<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset"utf-8";
/*å…¬å…±æ&nbsp;·å¼*/

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

@font-face {
  font-family: æ€æºå®‹ä½“;
  src: url(../font/SourceHanSerifCN-Regular.otf);
}

body {
  font-size: 14px;
  font-family: "Microsoft YaHei", 'Arial';
  color: #666;
  background: #fff;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  /*ä¿®æ­£æ‰‹æŒè®¾å¤‡å­—ä½“å˜åŒ–*/
}

body, html {
  width: 100%;
}

h1, h2, h3, h4, h5, h6, img, ol, ul, li, a, span, p, i, em, div, body, html {
  margin: 0;
  padding: 0;
  border: none;
  list-style-type: none;
  font-weight: normal;
}

input, button {
  border: 0;
}

input::-webkit-search-cancel-button {
  display: none;
}

input[type=search]::-ms-clear {
  display: none;
}

img {
  border: 0;
  vertical-align: middle;
  -ms-interpolation-mode: bicubic/*ie7 è§£å†³å›¾ç‰‡ç¼©æ”¾å¤±çœŸé—®é¢˜*/
}

a {
  outline: none;
  text-decoration: none;
  color: #666;
  background: transparent;
  /*ä¿®æ­£win8ç³»ç»ŸIEè¿žæŽ¥ç°è‰²èƒŒæ™¯*/
}

a:active {
  star: expression(this.onFocus=this.blur());
}

/*åŽ»æŽ‰ç‚¹å‡»é“¾æŽ¥æ—¶çš„è™šçº¿å¤–æ¡†*/

a:focus {
  outline-style: none;
  -moz-outline-style: none;
}

/*æ¸…æ¥šæµ®åŠ¨*/

.clearfix:after {
  content: " ";
  clear: both;
  height: 0;
  visibility: hidden;
  display: block;
}

.clearfix {
  *zoom: 1;
}

/*çœç•¥å·*/

.ellipsis {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}

.ellipsis-2 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.ellipsis-3 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}

.ellipsis-5 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 5;
}

/* float */

.fl {
  float: left;
}

.fr {
  float: right;
}

/**åŽ»æŽ‰inputé»˜è®¤æ&nbsp;·å¼**/

input::-webkit-outer-spin-button, input::-webkit-inner-spin-button {
  -webkit-appearance: none !important;
}

.container{
  max-width: 1440px;
  padding: 0 15px;
  margin: 0 auto;
}

.container-1282{
  max-width: 1282px;
  margin: 0 auto 60px;
}
</pre></body></html>